[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет pythoncapi-compat-doc-0^20250901git90c06a4-1.el10_0.noarch download

Имя pythoncapi-compat-doc
Эпоха 0
Версия 0^20250901git90c06a4
Релиз 1.el10_0
Архитектура noarch
Сайт https://github.com/python/pythoncapi-compat
Лицензия 0BSD
Время сборки 2025-09-02 09:05:48
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Documentation for pythoncapi-compat
Репозитории Extras
Полное описание The pythoncapi-compat project can be used to write a C or C++ extension supporting a wide range of Python versions with a single code base. It is made of the pythoncapi_compat.h header file and the upgrade_pythoncapi.py script.
Эррата
Размер 25 КиБ
Исходный проект pythoncapi-compat-0^20250901git90c06a4-1.el10_0
Контрольная сумма SHA-256 703596dad06c8d77a83f35527bd15e2c1e47a3da097f35b9823b248675883df6
× Full screenshot
История изменений link
* Mon Sep 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250901git90c06a4-1
- Update to 0^20250901git90c06a4
- Add `PyUnstable_Object_IsUniquelyReferenced`

* Sat Aug 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250809git5e31710-1
- Update to 0^20250809git5e31710
- Fixed a typo in a comment in `upgrade_pythoncapi.py`

* Tue Jun 24 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250624gitb541b98-1
- Update to 0^20250624gitb541b98
- Avoid `%T` format in error message

* Mon Jun 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250609gitffae0ff-1
- Update to 0^20250609gitffae0ff
- Add `PyUnicodeWriter_WriteASCII()`

* Tue Jun 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250603gitfde4d34-1
- Update to 0^20250603gitfd34d34
- Add `PySys_GetAttr()` function

* Tue Apr 15 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250414git0a8b2c5-1
- Update to 0^20250414git0a8b2c5
- upgrade_pythoncapi: try to preserve newlines when patching

* Tue Feb 18 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250218git632d1aa-1
- Update to 0^20250218git632d1aa
- Don't redefine `_Py_NULL` macro if already defined

* Tue Jan 28 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250128gitc84545f-1
- Update to 0^20250128gitc84545f
- Remove `PyConfig.use_system_logger`: it will only be available on Python
  3.13.2 which is not released yet.
- Fix multiple definitions for `Py_fclose`
- Avoid `Py_ARRAY_LENGTH()` (because it fails with C++ on Python 3.9 on
  macOS)
- Improve `test_config`
- Replace `extern` with `PyAPI_FUNC()`

* Mon Jan 20 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250119git8a52253-1
- Update to 0^20250119git8a52253
- Add `PyConfig_Get()`
- Optimize `PyWeakref_GetRef()`

* Mon Jan 06 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250106git79404e9-1
- Update to 0^20250106git79404e9
- Add `Py_fopen()` and `Py_fclose()`